Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the quic-go library from version v0.57.1 to v0.58.0 across the repository and test-plans subdirectory. The update brings in new transitive dependencies and their checksums in the go.sum files.
Key Changes
- Updated
github.com/quic-go/quic-gofrom v0.57.1 to v0.58.0 - Added new indirect dependencies pulled in by the quic-go update (gogo/protobuf, klauspost/compress, kylelemons/godebug, and various golang.org/x/* packages)
- Moved
golang.org/x/expfrom indirect to direct dependency
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updated quic-go to v0.58.0 and moved golang.org/x/exp to direct dependencies |
| go.sum | Added checksums for quic-go v0.58.0 and new transitive dependencies |
| test-plans/go.mod | Updated quic-go to v0.58.0 in test plans module |
| test-plans/go.sum | Added corresponding checksums for quic-go v0.58.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| go.uber.org/goleak v1.3.0 | ||
| go.uber.org/mock v0.5.2 | ||
| golang.org/x/crypto v0.41.0 | ||
| golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 |
There was a problem hiding this comment.
The golang.org/x/exp dependency has been moved from an indirect dependency to a direct dependency, but there are no direct imports of this package in the codebase. This dependency should remain as an indirect dependency unless it's actually being used directly in the code.
| golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 |
b1d2775 to
3b20e27
Compare
|
merged in 2bed145 |
No description provided.